-
-
Notifications
You must be signed in to change notification settings - Fork 607
fix(iOS, Stack): center subview not visible/misaligned in header #3489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
kkafar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I haven't checked the runtime, so please test it carefully & land it when you are positive it works.
|
I tested both Fabric and Paper using test provided in PR description, |
|
@kkafar Hi! please we need this on a new release to upgrade our app, thanks! |
|
Hi @kkafar, any updates on releasing this fix to production? Thank you. |
|
Hey, you can use nightly - |
Description
Fixes missing/misaligned center subview in header on iOS.
Fixes #3482.
Changes
Test code and steps to reproduce
Run
Test3446to verify that pressables are still working. To test center subview, use:Test example
Checklist